Java   View all facts   Glossary   Help
type > primitive type > boolean^2
Next primitive typefloating point type    Upprimitive type    Previous primitive typeintegral type   

boolean^2
subjectfact 
boolean^2can have value true or falseadded by: JK, source: Teach Yourself Java, 2001-10-19 11:36:12.0
has default value falseadded by: JK, 2001-10-19 11:36:12.0
is a subtopic of Variables and Data Types2001-10-19 11:36:12.0
is an instance of primitive typeadded by: DS, 2001-10-19 11:36:12.0
may not be cast to or from any other typeadded by: JK, source: Java in a Nutshell, 2001-10-19 11:36:12.0
may not be treated as an integer as in Cadded by: JK, source: Java in a Nutshell, 2001-10-19 11:36:12.0
primitive typeevaluates to the value stored in the variable2001-10-19 11:37:41.0
has part primitive type name2001-10-19 11:37:41.0
is not an object2001-10-19 11:37:41.0
is normally used instead of wrapper class instances for arithmetic    2001-10-19 11:37:41.0
typelimits the possible values that a variable can hold or that an expression can produce at run time2001-10-19 11:38:10.0
specifies a set of value2001-10-19 11:38:10.0